LINALG
Source Files
Modules
Procedures
Derived Types
operator(/)
Interface
3 statements
Source File
linalg_sparse.f90
linalg_sparse
operator(/)
Contents
Module Procedures
csr_mtx_divide_scalar_1
public interface operator(/)
Module Procedures
private function csr_mtx_divide_scalar_1(a, b) result(rst)
Divides a CSR matrix by a scalar.
Arguments
Type
Intent
Optional
Attributes
Name
class(
csr_matrix
),
intent(in)
::
a
The CSR matrix.
real(kind=real64),
intent(in)
::
b
The scalar.
Return Value
type(
csr_matrix
)